Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
Java Book
1) 001 Language Basics
2) 002 Class
3) 003 Essential Classes
4) 004 File Stream
5) 005 Collection
6) 006 Networking
7) 007 Thread Conncurrent
8) 008 Reflection
003 Essential Classes
1) 0163 Byte
2) 0164 Short class
3) 0165 Float class
4) 0166 Double class
5) 0167 Long class
6) 0168 Integer class
7) 0169 Boolean class
8) 0170 Boolean constants
9) 0171 Constructor
10) 0172 Convert to primitive boolean value
11) 0173 Compare two boolean values
12) 0174 Parse boolean value from string
13) 0175 Convert boolean value to string
14) 0176 Create a character object from char value
15) 0177 String type and Literals
16) 0178 Java strings must begin and end on the same line
17) 0179 Arrays of strings
18) 0180 Create StringBuffer object
19) 0181 StringBuilder
20) 0182 BigInteger class
21) 0183 Constructors
22) 0184 Calculations
23) 0185 Probable Prime
24) 0186 Bit oriented calculation
25) 0187 Convert BigInteger to primitive types
26) 0188 Compare
27) 0189 Convert to String
28) 0190 Convert to BigInteger
29) 0191 BigDecimal class
30) 0192 Currency class
31) 0193 Date class
32) 0194 Calendar class
33) 0195 Constants for Date
34) 0196 Constants for Month
35) 0197 Constants for WeekDay
36) 0198 Get field value from Calendar
37) 0199 Clear a field or all fields
38) 0200 Compare to Calendar
39) 0201 Is lenient
40) 0202 Addset value to a field and get new calendar value
41) 0203 Convert Calendar value to string value
42) 0204 GregorianCalendar class
43) 0205 TimeZone class
44) 0206 DataFormat class
45) 0207 Format a date
46) 0208 Get all locales
47) 0209 Is datetime parsed lenient
48) 0210 Parse string to get Date
49) 0211 SimpleDateFormat class introduction
50) 0212 Locale class
51) 0213 The ResourceBundle, ListResourceBundle, and PropertyResourceBundle Classes
52) 0214 Convert double and long to BigDecimal
53) 0215 Regular Expression Processing
54) 0216 Pattern
55) 0217 Matcher
56) 0218 UUID randomUUID()
57) 0219 Scanner
58) 0220 Scanning Basics
59) 0221 Random
60) 0222 Observable
61) 0223 The Observer Interface
62) 0224 Objects
63) 0225 Math class
64) 0226 System class
65) 0227 Runtime class
66) 0228 ProcessBuilder class